cargo.git
2017-05-25 borsAuto merge of #4099 - matklad:ignore-root-target, r...
2017-05-25 Aleksey KladovIgnore only root target directory
2017-05-25 borsAuto merge of #4098 - callahad:remove-superfluous-semis...
2017-05-25 Dan CallahanRemove superfluous `;;` sequences
2017-05-24 borsAuto merge of #4088 - Nemikolh:buildscript-stderr,...
2017-05-23 NemikolhMention the stderr file in the documentation.
2017-05-23 NemikolhWrite stderr output from build-scripts to disk.
2017-05-22 borsAuto merge of #4085 - alexcrichton:fix-rewrite, r=matklad
2017-05-22 Alex CrichtonFix a serialization error on publish
2017-05-22 borsAuto merge of #4084 - shiver:issue-3360, r=alexcrichton
2017-05-22 Robert Vally3360 - Allow for features to be either comma or space...
2017-05-18 borsAuto merge of #3937 - andwur:rustc-flag-determinism...
2017-05-18 Alex CrichtonOnly sort deps in build script dependency generation
2017-05-18 borsAuto merge of #4069 - alexcrichton:remove-unused-dep...
2017-05-18 Alex CrichtonRemove chrono as a dependency
2017-05-18 borsAuto merge of #4030 - alexcrichton:rewrite-cargo-toml...
2017-05-17 Alex CrichtonRewrite Cargo.toml when packaging crates
2017-05-17 borsAuto merge of #4065 - michaelwoerister:smarter-cargo...
2017-05-17 Michael WoeristerOnly compile user-modifiable projects incrementally.
2017-05-17 borsAuto merge of #4060 - alexcrichton:nobare, r=matklad
2017-05-16 borsAuto merge of #4055 - mersinvald:less-strict-libtest...
2017-05-16 borsAuto merge of #3979 - hjr3:issue-3911, r=alexcrichton
2017-05-16 Alex CrichtonDon't use a bare checkout of the index
2017-05-16 Andrew WattsAdd test case for non-deterministic --cfg flags passed...
2017-05-16 Andrew WattsFix non-deterministic --cfg feature flag list generation
2017-05-16 Andrew WattsAdd test case for non-deterministic rustc flags due...
2017-05-16 Andrew WattsFix non-deterministic unit dependency list generation
2017-05-16 Alex CrichtonUse a few more `chain_error` calls
2017-05-16 Mike LubinetsMerge branch 'master' into less-strict-libtest-tests
2017-05-16 borsAuto merge of #4057 - jtojnar:patch-1, r=matklad
2017-05-16 Jan TojnarUpdate link in manifest documentation
2017-05-16 Mike LubinetsLess strict tests regarding libtest's stdout
2017-05-16 borsAuto merge of #4051 - alexcrichton:fix-flaky-test,...
2017-05-15 borsAuto merge of #4050 - eminence:help_jobs_text, r=alexcr...
2017-05-15 borsAuto merge of #4046 - jmatraszek:fix_rust_41797, r...
2017-05-15 Alex CrichtonFix a flaky concurrent test with correct locking
2017-05-15 borsAuto merge of #3929 - Xion:master, r=alexcrichton
2017-05-15 borsAuto merge of #4043 - alexcrichton:fix-flaky-test,...
2017-05-15 Alex CrichtonDon't try to reach example.com in a test
2017-05-15 Andrew ChinReword the `cargo test --help` text about the --jobs...
2017-05-15 borsAuto merge of #4047 - boxofrox:update-bin-docs, r=alexc...
2017-05-14 Justin CharetteUpdate documentation: cargo does not build src/bin...
2017-05-14 Jakub MatraszekChange inferring bin's name logic
2017-05-13 borsAuto merge of #3954 - RReverser:run-with, r=alexcrichton
2017-05-13 Karol KuczmarskiDocument the feature
2017-05-13 Karol KuczmarskiFix build script envvars for `cargo test/doc`
2017-05-13 Ingvar StepanyanFix tidy error
2017-05-12 Ingvar StepanyanAllow runner params
2017-05-12 Ingvar StepanyanAdd documentation about target.$triple.runner
2017-05-12 Ingvar StepanyanAdd support for custom target-specific runners
2017-05-12 Karol KuczmarskiFix PR comments
2017-05-12 Karol KuczmarskiAllow cargo:rustc-env in build scripts
2017-05-12 borsAuto merge of #4033 - integer32llc:fix-sys-docs, r...
2017-05-12 Carol (Nichols... Clear up Linking to Systems Libraries docs
2017-05-11 borsAuto merge of #4026 - alexcrichton:bare-registry, r...
2017-05-11 Alex CrichtonDon't check out the crates.io index locally
2017-05-11 borsAuto merge of #4032 - alexcrichton:retry-500, r=matklad
2017-05-11 Alex CrichtonAutomatically retry HTTP requests returning 5xx
2017-05-10 borsAuto merge of #4024 - rsertelon:fix-4016-fetch-only...
2017-05-10 Romain SertelonFetch only master branch of the registry index
2017-05-10 borsAuto merge of #4022 - sfackler:metadata-target-dir...
2017-05-10 Steven FacklerExpose the target directory in cargo metadata
2017-05-10 Herman J. Radtke IIIfix - remove unwrap
2017-05-09 borsAuto merge of #4006 - mcgoo:cargo_test_dylib, r=alexcri...
2017-05-09 borsAuto merge of #4010 - jonhoo:better-incremental-nightly...
2017-05-09 Jon GjengsetBring test of nightly in line with tests
2017-05-09 Herman J. Radtke IIIfixes
2017-05-08 borsAuto merge of #3974 - mcgoo:build_rs_native_path, r...
2017-05-08 Jim McGrathfix dynamic library search path for build scripts
2017-05-08 Jim McGrathuse latest rustup again (undo pin to 1.2.0)
2017-05-08 Jim McGrathavoid an extra cargo invocation
2017-05-08 borsAuto merge of #4008 - alexcrichton:update-ssh, r=alexcr...
2017-05-08 Alex CrichtonUpdate libssh2-sys
2017-05-08 borsAuto merge of #3998 - fantoine:patch-1, r=alexcrichton
2017-05-08 Jim McGrathset dylib path correctly for target when running `cargo...
2017-05-07 borsAuto merge of #3999 - kureuil:cratesio-676, r=alexcrichton
2017-05-07 borsAuto merge of #4000 - jonhoo:only-incremental-on-nightl...
2017-05-07 Herman J. Radtke IIIAdd test with workspace path that has no Cargo.toml
2017-05-07 Herman J. Radtke IIIUpdate workspace docs to include globs
2017-05-06 Jon GjengsetOnly pass -Zincremental to nightly rustc.
2017-05-06 Fabien AntoineAdded test
2017-05-06 Fabien AntoineRefactorized code
2017-05-06 borsAuto merge of #3996 - alexcrichton:rustup-up, r=alexcri...
2017-05-05 Louis PersonDocument new behavior of crates.io with the documentati...
2017-05-05 Alex CrichtonUpgrade rustup used on AppVeyor
2017-05-05 Fabien AntoineIgnore malformed manifests on git dependencies
2017-05-04 borsAuto merge of #3994 - matklad:blacklist, r=alexcrichton
2017-05-04 Aleksey KladovBlacklist some binary names in `cargo new`
2017-05-03 borsAuto merge of #3991 - alexcrichton:better-errors, r...
2017-05-03 Alex CrichtonImprove configuration load errors
2017-05-02 borsAuto merge of #3951 - alexcrichton:lift-cdylib, r=alexc...
2017-05-02 Alex CrichtonDon't use `-C metadata` cdylibs like we do with dylibs
2017-05-02 borsAuto merge of #3988 - sdroege:bench-all, r=alexcrichton
2017-05-02 Sebastian DrögeAdd tests for "bench --all"
2017-05-02 Sebastian DrögeAdd support for benchmarking all members of a workspace...
2017-04-30 borsAuto merge of #3980 - Keruspe:master, r=alexcrichton
2017-04-30 Marc-Antoine... fix build-auth test
2017-04-30 Marc-Antoine... update libgit2-sys for libressl compat
2017-04-29 Herman J. Radtke IIISupport glob syntax in workspace members
2017-04-29 borsAuto merge of #3977 - rap2hpoutre:patch-1, r=alexcrichton
next